-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[No QA] Show Workspace Chat first instead of opening Global Create #7865
Conversation
@@ -113,7 +113,7 @@ const HeaderView = (props) => { | |||
</Pressable> | |||
</Tooltip> | |||
)} | |||
{props.report && props.report.reportName && ( | |||
{Boolean(props.report && props.report.reportName) && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this to fix a RN error that I was seeing where text is a child of View
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't seen it done like this, good thinking.
Can you please add test screenshots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple change and looks good to me
@TomatoToaster could you please give this a quick review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Niceeee
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @TomatoToaster in version: 1.1.40-0 🚀
|
🚀 Deployed to production by @yuwenmemon in version: 1.1.40-2 🚀
|
Details
Updates the welcome actions to show the Workspace chat first instead of opening the global create.
cc @TomatoToaster
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/195473
Tests
accountID
andreportID
for an existing account and chat.chatType
of that chat topolicyExpenseChat
by running the following query:UPDATE reportNameValuePairs SET value = 'policyExpenseChat' WHERE name = 'chatType' AND reportID = <reportID>;
isFirstTimeNewExpensifyUser
for that user to true by running the following queryUPDATE nameValuePairs SET value = true WHERE name = 'isFirstTimeNewExpensifyUser' AND accountID = <accountID>;
reportID
chat../script/clitools.sh generator:account
QA Steps
None, as Workspace chats are not available yet.
Tested On
Screenshots
Web
web.mov
Mobile Web
mweb.mov
Desktop
desktop.mov
iOS
ios.mov
Android
android.mov